*. Sticky notes

hdinst.x
- This has some small system text. Boxes are fixed-size already.
  Useful for installing to the HD or errors.

  Freely mix SJIS + ASCII.


kmdrv.x
- winx68 has the MIDI on by default (turn on the GS for the best)
  xm6 must be turned on manually.

  This is the sound driver modules. Very important as 3 > 2 >> 1.
  Small system text to guide the person.

  Freely mix SJIS + ASCII.


dra.x
- Some system text for disk errors, crashes.

  The LZ91 compressed title logo was merged from 3 parts to one.
  Code is already ready using snasm, avoiding relocatable pointers.

  ATTENTION: SEKAS 68k assembler by Twilight Translations not available yet.


TITLE_S.DAT
- All sorts of bitmaps. The three important ones are decoded into title_1/2/3.bin
  The batch file will merge the three binaries into title_s.bin

  Towards the end of the file, you'll see the 8-bpp linear logo (GBA). In all sorts of
  odd places.


QandA.doc
<kanji doc>
omake pics
- These are bonus items for us to read.

  Omakes are hard to open (X68000/FM-TOWNS/MAC shared format) so they are provided
  as copy-paste PNGs from an emulator viewer.

; ============================================================================
; ############################################################################
; ============================================================================

Atlas 1.06 is modified (nothing new since 'Super Robot Wars EX')

> #FILL( int stop_address, int file_byte )		- pads up to stop address
  #FILL( int start, stop, int file_byte )		- pads address range
  #FILL( int start, stop, int file_byte, string file )	- pads address range IN FILE

  #WARN( int warn_address )				- OKAY/BARF if PC counter >= warn_address

  #SAVEPC( string file_name )				- writes PC to file
  #LOADPC( string file_name )				- loads PC from file

  #INSERT( string file_name )				- inserts binary file at current PC

  MSB16,MSB24,MSB32,GB4xxx				- addressing modes

  #SETINDEX( int index_number, int size )		- init the index numbers
  #WRITEINDEX( int address, int index_bump )		- writes index numbers to address, # bytes
							  and auto-bumps the index #
  #WRITEINDEX( int addr, int index_bump, string file )	- writes index number to address IN FILE

  #SAVEINDEX( string file_name )			- writes INDEX # to file
  #LOADINDEX( string file_name )			- loads INDEX # from file

  #ALIGN( int byte_count )                      	- does file alignment (1,2,3,4)

  #W08BYTE( int address, int byte )			- writes byte to address (no JMP)
  #W08BYTE( int addr, int byte, string file )		- writes byte to address IN FILE (no JMP)

  #EMBCLEAR()						- erases all embedded pointers

  #SAVEPTRTABLE( PTRTABLE table, string file_name )	- writes PTRTABLE address to file
  #LOADPTRTABLE( PTRTABLE table, string file_name )	- loads PTRTABLE address from file 

  #WRITEOFS( PTRTABLE table, int offset )		- writes POINTER at an offset amount (from the table start)
